Monitor billing and cloud service health - #7230
Merged
Merged
Conversation
✅ Deploy Preview for anarlog canceled.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Complete Anarlog production monitoring
What
This brings the workspace to 11 production monitors. Billing, Cloud API/MCP, and auth guards stay off the public status page.
Rollout
Merge only after the subsystem health endpoint PR has deployed successfully. The existing OpenStatus GitHub Action will apply the config from
main.Validation
/healthreturns 200 withstatus: okmissing_authorization_headerNote
Low Risk
Configuration-only change to external uptime checks; no app logic, but failed rollout if health endpoints are not live yet.
Overview
Expands
openstatus.yamlto 11 production HTTP monitors so readiness and auth coverage are split instead of overloading the same routes.Sync, Transcription, and LLM public-style monitors now call dedicated readiness URLs (
/health/sync,/health/transcription,/health/llm) and assert 200 plus a body containing"status":"ok". New monitors cover billing (hyprnote-stripe.fly.dev/health) and Cloud API/MCP OAuth discovery (/.well-known/oauth-protected-resource/mcp).The previous 401 probes on those API routes are preserved as separate auth guard monitors (
anarlog-sync-auth-guard, etc.) with updated names and descriptions. Existing API/Web/Docs monitors are unchanged.Rollout note: this config assumes the subsystem health endpoints are already deployed; otherwise the new readiness checks will fail until that ships.
Reviewed by Cursor Bugbot for commit 430be6a. Bugbot is set up for automated code reviews on this repo. Configure here.